'Declaration
Public Overloads Shared Sub UnionAnchorPoints( _ ByVal drawingObjects() As DrawingObject, _ ByRef unionStartAnchorPoint As AnchorPoint, _ ByRef unionEndAnchorPoint As AnchorPoint _ )
'Usage
Dim drawingObjects() As DrawingObject Dim unionStartAnchorPoint As AnchorPoint Dim unionEndAnchorPoint As AnchorPoint WorksheetDrawing.UnionAnchorPoints(drawingObjects, unionStartAnchorPoint, unionEndAnchorPoint)
public static void UnionAnchorPoints( DrawingObject[] drawingObjects, out AnchorPoint unionStartAnchorPoint, out AnchorPoint unionEndAnchorPoint )
Parameters
- drawingObjects
- The drawing objects.
- unionStartAnchorPoint
- The union start anchor point.
- unionEndAnchorPoint
- The union end anchor point.